Returns a GraphicsPath object corresponding to the outline of the specified shape when rotated at the specified angle. That GraphicsPath can be used for hit-testing and intersection checks.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public GraphicsPath GetHitPath ( |
Visual Basic Copy Code |
---|
Public Function GetHitPath( _ |
The bounding rectangle of the ShapeNode.
The node's rotation angle.
The shape's orientation angle.
true to flip the path horizontally, or false otherwise.
true to flip the path vertically, or false otherwise.
A list of ShapeFormulaParam objects specifying the current positions of shape control points.
A GraphicsPath representing the shape's outline.
NetDiagram Programmer's Guide | © 2023 MindFusion |